MY词语>英语词典>memory allocation翻译和用法

memory allocation

英 [ˈmeməri ˌæləˈkeɪʃn]

美 [ˈmeməri ˌæləˈkeɪʃn]

网络  内存分配; 内存分派; 內存分配; 内存配置; 存储器分配

计算机

双语例句

  • Consider both execution performance and memory allocation.
    要同时兼顾执行性能和内存分配。
  • Sometimes it seems that more code is dedicated to managing memory allocation and cleanup than actually accomplishing computational tasks!
    有时好像致力于管理内存分配和清理的代码比实际完成计算任务的代码还要多!
  • Do they still use the optimal disks or have too much processor or memory allocation?
    它们仍然使用最优磁盘或者有太多处理器或内存分配?
  • This article covers the essence of the various AIX memory allocation schemes and their salient features.
    本文讨论了各种AIX内存分配方案的基本原理及其特点。
  • Aside from CPU statistics, the tool can also provide data relating to memory allocation and LPAR configuration and state change history.
    除了CPU统计数据之外,这个工具还可以提供关于内存分配以及LPAR配置和状态变化历史的数据。
  • If the shared memory allocation is exceeded, eAccelerator must purge old scripts from memory.
    如果共享内存的分配超出极限,eAccelerator必须将旧脚本从内存中清除。
  • This error can be caused by dirty media, CD-ROM read issues, or problems with memory allocation.
    这个错误可能是由媒体污损、CD-ROM读取问题或是内存配置的问题所造成。
  • This code retrieves an instance from the pool, avoiding the memory allocation, construction, and eventual garbage collection.
    代码从池中检索到一个实例,从而避免了内存分配、构建和最终的垃圾回收。
  • A new M_ZERO flag for malloc allows for memory allocation and zeroing in a single operation.
    新的面向malloc的MZERO标记允许在单个操作中完成内存分配和调零。
  • To identify the parts of your code that contribute most to memory allocation issues, see Tools.
    若要识别代码中最常导致内存分配问题的部分,请参阅工具。